Jar Configuration
data class JarConfiguration(val supportedAlgorithms: List<JWSAlgorithm>, val supportedRequestUriMethods: SupportedRequestUriMethods = SupportedRequestUriMethods.Default)(source)
Options related to JWT-Secured authorization requests
Parameters
supported Algorithms
the algorithms supported for the signature of the JAR
supported Request Uri Methods
which of the request_uri_method methods are supported
Constructors
Link copied to clipboard
constructor(supportedAlgorithms: List<JWSAlgorithm>, supportedRequestUriMethods: SupportedRequestUriMethods = SupportedRequestUriMethods.Default)